Thresholds Filters


Thresholds your images by different ways

Threshold Binary All pixels lighter than the threshold are converted to white; all pixels darker are converted to value.
Threshold To Zero All pixels lighter than the threshold are equalized to value; all pixels darker are not converted.
Threshold Truncate All pixels lighter than the threshold are not converted; all pixels darker are equalized to threshold.